home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 2
/
AACD 2.iso
/
AACD
/
Programming
/
ADOS Guide
/
ADOS commands
/
Getenv
< prev
next >
Wrap
Text File
|
1998-02-16
|
549b
|
24 lines
--AMIGADOS GUIDE V2.5--
GETENV
USE:
This command is used to retrieve the value of an environmental variable.
PATH:
internal
SYSTEM:
2.0 (enhanced), 2.1, 3.0
EXAMPLES:
1>GETENV Editor (where is More's editor)
SYS: Tools/Memacs
NOTES:
Environmental variables can be read and displayed in command lines using
the Doller ($) operator. See below:
1>ECHO "The path for More's editor is $ Editor"
The path for More's editor is Extras:Tools/Memacs